home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
United Public Domain Gold 2
/
United Public Domain Gold 2.iso
/
utilities
/
pu242.dms
/
pu242.adf
/
TextPlus
/
UnPackTPP400N
< prev
next >
Wrap
Text File
|
1992-07-15
|
792b
|
33 lines
.K ""
echo "This script will use the following archives to recreate the"
echo "original TPP400N distribution disk:"
echo ""
echo " TPP400N.lha => TPP400N:"
echo " Common.lha => TPP400N:"
echo ""
ask "Do you have a blank disk ready?"
if not WARN
echo "Try again when you do ..."
echo "All Done. Click close gadget to get rid of window."
endcli
endif
ask "Is floppy drive df1: free?"
if not WARN
echo "You will need to do the unpacking yourself."
echo "All Done. Click close gadget to get rid of window."
endcli
endif
sys:system/format drive df1: name TPP400N noicons
echo "Unpacking TPP400N.lha ..."
:c/lha -x -a -m x TPP400N.lha TPP400N:
echo "Unpacking Common.lha ..."
:c/lha -x -a -m x Common.lha TPP400N:
echo "All Done. Click close gadget to get rid of window."
endcli